home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 2034 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: sbdsk0838.sbrc.hac.com!user
  2. From: eraugust@igate1.hac.com (Eric R. Augustine)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: ftp script
  5. Date: Wed, 17 Apr 1996 09:46:29 -0800
  6. Organization: HAC
  7. Distribution: inet
  8. Message-ID: <eraugust-1704960946290001@sbdsk0838.sbrc.hac.com>
  9. References: <DpxxG9.263@solair1.inter.NL.net>
  10. NNTP-Posting-Host: 147.21.65.10
  11.  
  12. In article <DpxxG9.263@solair1.inter.NL.net>, jwit00@solair1.inter.nl.net wrote:
  13.  
  14. It has been my experience that ftp ALWAYS asks for a password.  What you need
  15. to do is create an appropriate netrc file that has the user name and password
  16. already in this file.  Also - note that usually - if the account has no pass-
  17. word, entry is impossible.  That includes hitting return after getting the 
  18. prompt for the password.
  19.  
  20. > Hello,
  21. > We haven a rexx script from which a ftp session is activated to another 
  22. > system. It looks likes this :
  23. > user
  24. > put myfile 
  25. > quit
  26. > On the other system the account has no password or is empty.  Still rexx
  27. is prompting for a password. So the script can't be executed from batch.
  28. > What we want is rexx preventing from asking for a password, by example
  29. if it is possible to add a ctrl enter after the user has been entered ??
  30. > Thanks in advance...
  31.  
  32. .trog--
  33.  
  34. This is my opinion and not that of my employer and should therefore not be considered anything my employer would say or support.
  35.